Spread for ASP.NET 8.0 Product Documentation
GroupSparkline(CellRange[]) Method
Example 


The location.
Groups the sparkline to the active sparkline.
Syntax
'Declaration
 
Public Overloads Function GroupSparkline( _
   ByVal location() As CellRange _
) As ExcelSparklineGroup
'Usage
 
Dim instance As SheetView
Dim location() As CellRange
Dim value As ExcelSparklineGroup
 
value = instance.GroupSparkline(location)
public ExcelSparklineGroup GroupSparkline( 
   CellRange[] location
)

Parameters

location
The location.
Example
This example groups sparklines.
FpSpread1.Sheets[0].GroupSparkline(new FarPoint.Web.Spread.Model.CellRange[] { new FarPoint.Web.Spread.Model.CellRange(5, 0, 3, 1) });
FpSpread1.Sheets(0).GroupSparkline(New FarPoint.Web.Spread.Model.CellRange() {New FarPoint.Web.Spread.Model.CellRange(5, 0, 3, 1)})
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetView Class
SheetView Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.